Skip to content

ReactiveViewController() constructor

Defined in

Type: ReactiveViewController Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll

Applies to

net10.0-ios26.0, net10.0-macos26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

Overloads

  • 1. protected ReactiveViewController()
  • 2. protected ReactiveViewController(NSCoder c)
  • 3. protected ReactiveViewController(NSObjectFlag? f)
  • 4. protected ReactiveViewController(in nint handle)
  • 5. protected ReactiveViewController(string nibNameOrNull, NSBundle nibBundleOrNull)

1. Overload

protected ReactiveViewController()

View source

Summary: Initializes a new instance of the ReactiveViewController class.

2. Overload

protected ReactiveViewController(NSCoder c)

View source

Summary: Initializes a new instance of the ReactiveViewController class.

Parameters

NameTypeDescription
cNSCoderThe coder.

3. Overload

protected ReactiveViewController(NSObjectFlag? f)

View source

Summary: Initializes a new instance of the ReactiveViewController class.

Parameters

NameTypeDescription
fNSObjectFlag?The object flag.

4. Overload

protected ReactiveViewController(in nint handle)

View source

Summary: Initializes a new instance of the ReactiveViewController class.

Parameters

NameTypeDescription
in handlenintThe pointer.

5. Overload

protected ReactiveViewController(string nibNameOrNull, NSBundle nibBundleOrNull)

View source

Summary: Initializes a new instance of the ReactiveViewController class.

Parameters

NameTypeDescription
nibNameOrNullstringThe name.
nibBundleOrNullNSBundleThe bundle.